-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sign out and i18n #700
Sign out and i18n #700
Conversation
Codecov Report
@@ Coverage Diff @@
## master #700 +/- ##
==========================================
- Coverage 87.28% 87.06% -0.23%
==========================================
Files 72 74 +2
Lines 3429 3494 +65
Branches 652 668 +16
==========================================
+ Hits 2993 3042 +49
- Misses 419 435 +16
Partials 17 17
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Issue #, if available:
to sign out user correctly, move i18n to common and add unit tests for i18n
Description of changes:
When only using auth, the credentials_source will be null once reloaded which causes the
user.signOut()
not calledBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.